home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / miniscrapercaper / miniscrapercaper.swf / scripts / DefineButton2_151 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-02  |  109 b   |  5 lines

  1. on(release){
  2.    gameURL = "http://www.miniclip.com/" + gamename + ".htm";
  3.    getURL(gameURL,"_blank");
  4. }
  5.